<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************** 浮动QQ float QQ start **************************/
#float_qq
{
	position: fixed !important;
	position: absolute;
	right: 0;
	bottom: 225px;
	_top: expression(documentElement.clientHeight - getElementById("float_qq").offsetHeight + documentElement.scrollTop - 225 + "px");
}
#float_qq
{
	z-index: 100;
	width: 24px;
	height: 256px;
	background: url("Images/qq.jpg") no-repeat;
}
#float_qq:hover
{
	width: auto;
	background: none;
}
#float_qq .qq
{
	display: none;
	padding-bottom: 10px;
	width: 125px;
	height: auto;
	overflow: hidden;
	border: 6px solid #68382A;
	background: #fff;
}
#float_qq:hover .qq
{
	display: block;
}
#float_qq .qq .title
{
	position: relative;
	width: 123px;
	height: 20px;
	overflow: hidden;
	background: #68382A;
	border: 1px solid #fff;
	cursor: pointer;
	text-align: center;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
#float_qq .qq img
{
	margin-right: 6px;
}
#float_qq .qq .div_qq
{
	margin-top: 2px;
	margin-bottom: 8px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Tahoma;
}
/************************ float QQ end ********************************/</pre></body></html>